greg
2017-10-13 02:14
```{
"AvailableActions": [
{
"Command": "poweron",
"OptionalParams": null,
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
},
{
"Command": "poweroff",
"OptionalParams": null,
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
},
{
"Command": "powercycle",
"OptionalParams": null,
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
},
{
"Command": "nextbootpxe",
"OptionalParams": null,
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
},
{
"Command": "nextbootdisk",
"OptionalParams": null,
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
},
{
"Command": "identify",
"OptionalParams": [
"ipmi/identify-duration"
],
"Provider": "ipmi",
"RequiredParams": [
"ipmi/username",
"ipmi/password",
"ipmi/address"
]
}
],
"Name": "ipmi",
"OptionalParams": null,
"Parameters": [
{
"Available": true,
"Description": "IP Address of the BMC",
"Documentation": "This parameter is used by the IPMI Plugin to access the BMC",
"Errors": [],
"Meta": {
"color": "blue",
"icon": "address card outline",
"title": "RackN Content"
},
"Name": "ipmi/address",
"ReadOnly": false,
"Schema": {
"type": "string"
},
"Validated": true
},
{
"Available": true,
"Description": "Username to access the BMC",
"Documentation": "This parameter is used by the IPMI Plugin to access the BMC",
"Errors": [],
"Meta": {
"color": "blue",
"icon": "user circle",
"title": "RackN Content"
},
"Name": "ipmi/username",
"ReadOnly": false,
"Schema": {
"type": "string"
},
"Validated": true
},
{
"Available": true,
"Description": "Password to access the BMC",
"Documentation": "This parameter is used by the IPMI Plugin to access the BMC",
"Errors": [],
"Meta": {
"color": "blue",
"icon": "lock",
"password": "hideme",
"title": "RackN Content"
},
"Name": "ipmi/password",
"ReadOnly": false,
"Schema": {
"type": "string"
},
"Validated": true
},
{
"Available": true,
"Description": "Duration in seconds to leave the identify light on",
"Documentation": "Duration in seconds to leave the identify light on",
"Errors": [],
"Meta": {
"color": "blue",
"icon": "podcast",
"title": "RackN Content"
},
"Name": "ipmi/identify-duration",
"ReadOnly": false,
"Schema": {
"type": "integer"
},
"Validated": true
}
],
"RequiredParams": null,
"Version": "v1.0.0-0-3c742d9c049e008ad86d3c1cf2b420e44318bc9f"
}```